GitHub Actions: How to Automate Code Formatting in Pull Requests
my current recommendation would be to use a slash command style “ChatOps” solution for operations on pull requests
these workflows do not work for pull requests raised from forks.
If you have other pull request checks besides the following workflow then you must use a Personal Access Token instead of the default GITHUB_TOKEN.
「紹介するワークフローから別のワークフローをトリガーするにはPersonal Access Tokenが必要」
GITHUB_TOKENはデフォルト?